﻿.mdgov-masthead {
	background-image: url(../img/MGR-HeaderBg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size: 100%;
}

.mdgov-navBar {
	z-index: 10;
	width: 100%;
	clear: both;
	background-color: #50b948; /****NAV LIST BACKGROUND COLOR*****/
}

h1, .h1  {
	
	color: rgb(21, 115, 70);
}

#mdgov_TopSliverBar {
	width: 100%;
	z-index: 1000;
	min-height: 33px;
	background-color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #50b948; /*******TOP BANNER SLICE COLOR CHANGE HERE*****/
	font-size: 80%;
}

#footer_block {
	background-color: #000;
	border-top: 4px #50b948 solid; /******FOOTER COLOR CHANGE HERE******/
	width: 100%;
	color: #fff;
}

.mgr_sidebar {
	margin-top:-30px;
}
.mgr_sidebar h3 {
    color: #660000;
}

.mgr_sidebar ul {
    list-style-image: url(../img/MGR-arrowOchre.gif);   
    margin-left: 15px;
    padding-left: 0;
}

}


